ποΈGitΠ―ΡΠ°ποΈ
docs/it-rIT/user/app-functions.md chore/remove-misplaced-docs-sync-workflow (1353ba25) Text, 3.55 KB
title: App Functions
parent: User Guide
nav_order: 19
last_updated: 2026-06-11
description: Expose mesh capabilities to the Android system and on-device AI assistants (e.g. Gemini) so they can run mesh workflows without opening the app.
aliases:
β’ app-functions
β’ system-ai
β’ gemini
β’ assistant-functions
App Functions
App Functions expose Meshtastic capabilities to the Android system and to on-device AI assistants (such as Gemini) through the Android App Functions API. With them enabled, an assistant can discover and trigger mesh workflows for you β for example sending a message or checking your mesh status β without you opening the app.
β β οΈ Note: App Functions are available on Google-flavor Android builds only.
β β οΈ Note: This is separate from the in-app Chirpy assistant. App Functions let the system AI
β assistant act on your mesh; Chirpy is a conversational assistant inside the Meshtastic app
β itself.
Enabling App Functions
App Functions are controlled from Settings β System AI (the in-app screen is labeled "System AI"). The screen has:
β’ A master toggle labeled "Allow AI access", with the subtitle "Let system AI assistants (e.g. Gemini) discover and use mesh functions". When off, no functions are exposed to the system.
β’ An individual toggle for each function, so you can expose only the capabilities you want.
The functions are grouped into a Write section (functions that change something or send data to your mesh) and a Read section (functions that only return information).
Write Functions
ββββββββββββββββ¬ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β Function β What it does β
ββββββββββββββββΌββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β Send Message β Sends a text message to a contact (direct message) or to a channel, up to 237 byβ¦ β
ββββββββββββββββ΄ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Read Functions
βββββββββββββββββββββββ¬ββββββββββββββββββββββββββββββββββββββββββββββ
β Function β What it returns β
βββββββββββββββββββββββΌββββββββββββββββββββββββββββββββββββββββββββββ€
β Get Mesh Status β Overall mesh status. β
β Get Node List β The list of nodes on your mesh. β
β Get Channel Info β Information about your channels. β
β Get Device Status β Status of your connected radio. β
β Get Node Details β Detailed information about a specific node. β
β Get Recent Messages β Recent messages from your conversations. β
β Get Unread Summary β A summary of unread messages. β
β Get Mesh Metrics β Telemetry and metrics from your mesh. β
βββββββββββββββββββββββ΄ββββββββββββββββββββββββββββββββββββββββββββββ
Privacy
β π Privacy: The Send Message function lets an assistant send messages to your mesh on your
β behalf. Only enable functions you trust the assistant to use. The read functions expose node,
β message, and metric data to the assistant β enable only what you're comfortable sharing. Each
β function has its own toggle, and the master toggle turns all of them off at once.
Related Topics
β’ Messages & Channels β sending messages directly in the app
β’ Nodes β the node list the read functions draw from
β’ Node Metrics β the telemetry behind Get Mesh Metrics
Served by rngit 1.5.0 - Generated in 0.04s